Recognize 2A03:0040 (Arduino Leonardo ETH) as a Caterina bootloader #486
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Apparently some people sell Pro Micro clones with a variant of the Caterina bootloader which shows up as
2A03:0040
; that VID:PID was originally used by the bootloader on the Arduino Leonardo ETH board. Add code to recognize that VID:PID combination as Caterina, so that those Pro Micro clones could be flashed.Before the change the code treated the
0x2341
(Arduino SA) and0x2A03
(dog hunter AG) VIDs identically; however, the2341:0040
VID:PID pair apparently does not exist, therefore the code was changed to use separate branches for those VIDs and add only the2A03:0040
combination.Types of Changes
Issues Fixed or Closed by This PR
2A03:0040
ID was reported in https://discord.com/channels/440868230475677696/867530222407778344/1355252043157078026 and also in some private communications).